Force to use commons-beanutils:1.11.0#18984
Closed
prudhvigodithi wants to merge 2 commits intoopensearch-project:mainfrom
Closed
Force to use commons-beanutils:1.11.0#18984prudhvigodithi wants to merge 2 commits intoopensearch-project:mainfrom
commons-beanutils:1.11.0#18984prudhvigodithi wants to merge 2 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18984 +/- ##
============================================
- Coverage 72.88% 72.81% -0.07%
- Complexity 69327 69351 +24
============================================
Files 5643 5645 +2
Lines 318720 318786 +66
Branches 46113 46124 +11
============================================
- Hits 232294 232131 -163
- Misses 67595 67914 +319
+ Partials 18831 18741 -90 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
peterzhuamazon
approved these changes
Aug 8, 2025
Member
|
FYI @prudhvigodithi on 2.19 this is solved by excluding the transitive dep: #18795 I made that PR on 2.19 without realizing that main was impacted similarly. |
Member
|
@prudhvigodithi @cwperks should we just backport that 2.19 change to main? Thanks. |
Member
|
@cwperks @andrross @peternied Wondering if we can move forward with this or do we need to port forward the 2.19 change? |
Member
Member
Author
|
Thanks, we can close this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The
org.apache.hadoop:hadoop-minicluster:3.4.1usescommons-beanutils:commons-beanutils:1.9.4. However as of now 3.4.1 is the latest version available https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-minicluster.With this change now in all runtime and compile class path I can see the

commons-beanutils:commons-beanutils:1.11.0Related Issues
Related PR's and issues from past
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.